Bitmap for WPF
CopyFromMemory(Byte[],Int32,RectL) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > Bitmap クラス > CopyFromMemory メソッド : CopyFromMemory(Byte[],Int32,RectL) メソッド
The data to copy.
The stride, or pitch, of the source bitmap stored in srcData. The stride is the byte count of a scanline (one row of pixels in memory). The stride can be computed from the following formula: pixel width * bytes per pixel + memory padding.
In the current bitmap, the upper-left corner of the area to which the region specified by srcRect is copied.
Copies the specified region from memory into the current bitmap.
シンタックス
'宣言
 
Public Overloads Sub CopyFromMemory( _
   ByVal memory() As System.Byte, _
   ByVal pitch As System.Integer, _
   ByVal destinationArea As RectL _
) 
public void CopyFromMemory( 
   System.byte[] memory,
   System.int pitch,
   RectL destinationArea
)

パラメータ

memory
The data to copy.
pitch
The stride, or pitch, of the source bitmap stored in srcData. The stride is the byte count of a scanline (one row of pixels in memory). The stride can be computed from the following formula: pixel width * bytes per pixel + memory padding.
destinationArea
In the current bitmap, the upper-left corner of the area to which the region specified by srcRect is copied.

戻り値の型

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
解説
This method does not update the size of the current bitmap. If the contents of the source bitmap do not fit in the current bitmap, this method fails. Also, note that this method does not perform format conversion; the two bitmap formats should match. Passing this method invalid input, such as an invalid destination rectangle, can produce unpredictable results, such as a distorted image or device failure. Calling this method may cause the current batch to flush if the bitmap is active in the batch. If the batch that was flushed does not complete successfully, this method fails. However, this method does not clear the error state of the render target on which the batch was flushed. The failing System.Int32and tag state will be returned at the next call to {{EndDraw}} or {{Flush}}.
参照

Bitmap クラス
Bitmap メンバ
オーバーロード一覧